home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
makeob.arc
/
EXAMPLE.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-06-20
|
189 b
|
12 lines
/* EXAMPLE.C 6-20-88 */
#include <conio.h>
extern char examfile[]; /* declaration of linked object file */
int main(void)
{
cprintf("\n\n%s\n\n",examfile);
return(0);
}